@charset "utf-8";
html { min-width: 320px; font-size: 100px; }

body.hide { overflow: hidden; }

.container { width: 85%; max-width: 1280px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 200; padding: .3rem 0; background: #012959; }
.header .logo { max-width: calc(100% - 3.8rem); white-space: nowrap; font-size: 0; }
.header .logo a { display: inline-block; outline: none; }
.header .logo a.logo1 { max-width: 46%;  padding: 0 0 0 .05rem; border-right: 1px solid #4e6a8b; }
.header .logo a.logo2 { max-width: 54%; padding-left: .12rem; }
.header .logo img { max-width: 100%; vertical-align: middle; }
.header .container .fr { margin: .21rem 0 0; }

.top-link { display: inline-block; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: right; vertical-align: top; }
.top-link a { color: #fff; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 8px; }
.top-link span:last-child { margin-right: 5px; }

.search { display: inline-block; font-size: 0; margin: 0 0 0 .1rem; padding: 0 5px 0 .15rem; border-radius: 4px; border: 1px solid #456285; border-radius: .13rem; vertical-align: top; }
.search .input { width: 1.5rem; height: .3rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; border-radius: .32rem; vertical-align: top; }
.search .input::placeholder { color: #bec4e7; }
.search .submit { width: .3rem; height: .3rem; vertical-align: top; background-image: url(../images/x_icon1.png); background-repeat: no-repeat; background-position: 50% 40%; background-color: transparent; background-size: auto; }
.search form { white-space: nowrap; }

.nav { position: relative; z-index: 2; background: #ffcb0b; }
.nav li { position: relative; float: left; width: 11.11%; }
.nav li a { display: block; font-size: 0.2rem; font-weight: 700; line-height: 0.5rem; color: #012959; text-align: center; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li:hover > a { color: #fff; background: #012959; }
.nav li:hover .lv2 { display: block; }
.nav .lv2 { display: none; position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .08rem 0 .12rem; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; }
.nav .lv2 a { padding: .1rem 5px; font-size: .16rem; line-height: .2rem; color: #333; }
.nav .lv2 dd:hover > a, .nav .lv3 a:hover { color: #fff; background: #012959; }

.nav .lv2 dd { position: relative; }
.nav .lv2 dd:hover .down2 { color: #fff; }
.nav .lv2 dd:hover .lv3 { display: block; }
.nav .lv2 .down2 { position: absolute; top: 0; right: 0; width: .2rem; height: .4rem; font-style: initial; color: #999; line-height: .38rem; }
.nav .lv3 { display: none; position: absolute; top: 0; left: 100%; width: 90%; background: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);  }
.nav .lv3 a { font-size: .15rem; line-height: .2rem; padding: .1rem 5px; color: #333; }

.banner { position: relative; z-index: 1; font-size: 0; width: 100%; overflow: hidden; }
.banner .slick-slide img { width: 100%; }
.banner .slick-active img { -webkit-transition: transform 5s linear 0.65s; -moz-transition: transform 5s linear 0.65s; -o-transition: transform 5s linear 0.65s; transition: transform 5s linear 0.65s; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }
.banner .img { display: block; position: relative; padding: 26.04% 0 0; }
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .36rem; height: .36rem; opacity: .3; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.banner .slick-arrow.slick-prev { left: 7%; background-image: url(../images/x_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner .slick-arrow.slick-next { right: 7%; background-image: url(../images/x_icon2_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 20px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 5px; border-radius: 50%; background: #fff; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .slick-dots li.slick-active { background: #cc0000; }
.banner:hover .slick-arrow { opacity: 1; }

#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
#loading .loading-img { width: 100%; height: 100%; background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; animation: fade 1.5s infinite alternate; }

@keyframes fade { 0% { opacity: 1; }
  100% { opacity: 0.1; } }
.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.index-main .part1 { padding: .3rem 0 .3rem; }
.index-main .part1 .pic-list1 { width: 65.625%; }
.index-main .part1 .list1 { width: 31.25%; }
.index-main .part2 { padding: 1px 0 .1rem; background: #efefef; }
.index-main .part2 .list2 { font-size: 0; margin: 0 -0.2rem; }
.index-main .part2 .list2 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.index-main .part3 { position: relative; padding: .35rem 0; }

.link-list { font-size: 0; margin: 0 -0.16rem .1rem; }
.link-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.16rem; }
.link-list li .a { position: relative; display: block; padding: 6px 6px 18px; font-size: 0.22rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: center; background: #666e76; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.link-list li .a:hover { color: #012959; font-weight: 700; background: #ffd021; transform: translateY(-10px); -ms-transform: translateY(-10px); }
.link-list li .a:hover::after { border-color: #ffe890; }
.link-list li .a:hover::before { bottom: -17px; opacity: 1; visibility: visible; }
.link-list li .a:hover a { color: #012959; font-weight: 400; }
.link-list li .a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 6px; right: 6px; bottom: 6px; left: 6px; z-index: 1; border: 1px solid #7c8289; }
.link-list li .a::before { display: block; content: ""; position: absolute; bottom: -12px; left: 0; width: 100%; height: 10px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, .28), transparent); opacity: 0;visibility: hidden; transition: all .3s; -ms-transition: all .3s; }
.link-list li .a.a1 i { background-image: url(../images/x_icon3_1.png); }
.link-list li .a.a1:hover i { background-image: url(../images/x_icon3_1_2.png); }
.link-list li .a.a2 i { background-image: url(../images/x_icon3_2.png); }
.link-list li .a.a2:hover i { background-image: url(../images/x_icon3_2_2.png); }
.link-list li .a.a3 i { background-image: url(../images/x_icon3_3.png); }
.link-list li .a.a3:hover i { background-image: url(../images/x_icon3_3_2.png); }
.link-list li .a.a4 i { background-image: url(../images/x_icon3_4.png); }
.link-list li .a.a4:hover i { background-image: url(../images/x_icon3_4_2.png); }
.link-list li i { display: block; width: .55rem; height: .55rem; margin: .12rem auto .08rem; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.link-list li .a p { margin: 0 0 3px; }
.link-list li .a a { position: relative; z-index: 2; display: block; font-size: .18rem; line-height: .26rem; color: #fff; transition: all .3s; -ms-transition: all .3s; }
.link-list li .a a:hover { transform: scale(1.1); -ms-transform: scale(1.1); }

.column { margin: .25rem 0 .35rem; text-align: center; }
.column h3 { display: inline-block; font-size: 0.26rem; font-weight: 700; line-height: 0.5rem; color: #000; text-align: left; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: .5rem; height: 3px; margin: 0 auto; background: #012959; }

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #808080; text-align: left; letter-spacing: 1px; }
.more:hover { color: #012959; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: justify; }
.title span { background-image: linear-gradient(#012959, #012959); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s linear 0s; -moz-transition: background-size 0.5s linear 0s; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s; }
.title:hover span { background-size: 100% 1px; }
.title:hover { color: #012959; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: left; }

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #999; text-align: left; padding: 0 0 0 .22rem; background-image: url(../images/x_icon4.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.date2 { display: inline-block; vertical-align: top; width: 65px; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #ffeca7; text-align: center; background: #012959; }
.date2 p:first-child { font-size: .24rem; line-height: .34rem; border-bottom: 1px solid #efefef; }

.pic-list1 li { float: left; width: 47.6%; }
.pic-list1 li:nth-child(even) { margin-left: 4.8%; }
.pic-list1 .img { padding: 56.25% 0 0; }
.pic-list1 .title { margin: 7px 0; font-weight: 700; height: .64rem; }
.pic-list1 .info { height: .48rem; }

.pic-list2 { margin: .1rem 0 0; }
.pic-list2 li { padding: .22rem 0; font-size: 0; border-bottom: 1px solid #ddd; }
.pic-list2 .img-scale { display: inline-block; vertical-align: top; width: 2rem; }
.pic-list2 .img-scale .img { padding: 57.5% 0 0; }
.pic-list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2rem); padding: 0 0 0 .24rem; }
.pic-list2 .title { font-weight: 700; }

.list1 li { padding: .15rem 0; border-bottom: 1px dashed #ddd; }
.list1 li:first-child { padding-top: 0; }
.list1 li:last-child { border: none; padding-bottom: 0; }
.list1 .title { line-height: .26rem; }
.list1 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .1rem 0 0; background: #012959; border-radius: 50%; vertical-align: middle; }
.list1 .date { line-height: .26rem; margin-left: .18rem; }

.list2 li { margin: 0 0 .3rem; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 65px); padding: 0 0 0 .2rem; height: .58rem; line-height: .58rem; overflow: hidden; }
.list2 .text .title { display: inline-block; vertical-align: middle; line-height: .28rem; }

.list3 { margin: .1rem 0 0; }
.list3 li { border-bottom: 1px dashed #ddd; }
.list3 .title { display: inline-block; vertical-align: top; width: calc(100% - 120px); line-height: .6rem; }
.list3 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .1rem 1px 0; background: #012959; border-radius: 50%; vertical-align: middle; }
.list3 .date { line-height: .6rem; }

.ztlj { font-size: 0; margin: 0 -.13rem; }
.ztlj .img { padding: 35% 0 0; }
.ztlj .slick-slide { padding: 0 .13rem; }

.ztlj-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .32rem; height: .32rem; cursor: pointer; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.ztlj-arrow.slick-prev { left: -.45rem; background-image: url(../images/x_icon5.png); }
.ztlj-arrow.slick-next { right: -.45rem; background-image: url(../images/x_icon5_2.png); }

.footer { padding: .25rem 0 .16rem; background: #012959; }
.footer .container > .fl { max-width: calc(100% - 120px); }

.QR-code { text-align: right; }
.QR-code .inline-block { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: center; }
.QR-code img { width: 1.04rem; height: 1.04rem; vertical-align: top; }
.QR-code p { margin: 6px 0 0; }

.foot-link { font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; }
.foot-link .tips { display: inline-block; font-size: .2rem; font-weight: 700; }
.foot-link a { margin: 0 0.22rem 0 0; color: #fff; white-space: nowrap; }
.foot-link a:last-child { margin: 0; }

.copy { margin: .08rem 0 0; padding: .12rem 0 0; border-top: 1px solid #1b3f6a; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: left; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

.btn { display: none; align-items: center; }
.btn .search-btn { display: inline-block; width: 36px; height: 34px; background-image: url(../images/x_icon1_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; vertical-align: top; cursor: pointer; border-radius: 4px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
.btn .nav-btn { display: inline-block; width: 36px; height: 34px; font-size: 0; padding: 8px 0 0; margin: 0 0 0 .2rem; border-radius: 4px; text-align: center; vertical-align: top; cursor: pointer; background: #fff; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
.btn .nav-btn i { display: inline-block; width: 24px; height: 2px; margin: 6px 0 0; background: #012959; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.btn .nav-btn i:nth-child(1) { margin-top: 0; }
.btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) rotate(45deg); }
.btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75); }
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mask .close { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px; }
.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }
.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }
.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

.decoration { max-height: 3rem; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 20%; min-width: 2.2rem; margin: .4rem 0 0; }
.sidebar h1 { padding: .18rem 0; font-size: 0.26rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; background: #012959; }
.sidebar h1 i { display: block; margin: 0 auto; }
.sidebar .lv2-nav { padding: .2rem 0 .3rem .1rem; background: #eff4f9; }
.sidebar .lv2-nav li { position: relative; border-left: 4px solid transparent; }
.sidebar .lv2-nav a { display: block; padding: 0 .1rem 0 12%; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; }
.sidebar .lv2-nav a:hover { color: #012959; }
.sidebar .lv2-nav li.cur { border-color: #012959; background: #fff; }
.sidebar .lv2-nav li.cur > a { color: #012959; font-weight: 700; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .6rem; background-image: url(../images/down.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.sidebar .lv2-nav .lv3 { display: none; padding: 0 0 .1rem .1rem; }
.sidebar .lv2-nav .lv3 a { padding: 6px .1rem 6px .4rem; font-size: .15rem; font-weight: 500; line-height: .25rem; color: #000; text-align: left; }
.sidebar .lv2-nav .lv3 a:hover { color: #274480; }
.sidebar .lv2-nav .lv3 a.cur { color: #274480; font-weight: 700; }

.main { width: 76%; max-width: calc(100% - 2.6rem); min-height: 4rem; margin: .3rem 0 .4rem; }

.position { margin-top: 0; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 500; line-height: 0.5rem; color: #012959; text-align: left; border-bottom: 3px solid #ffcb0b; }

.place { padding: 0 0 0 .25rem; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #999; text-align: left; background-image: url(../images/position.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #999; }
.place a:hover { color: #012959; }

.article { padding: .3rem 5% 0; }
.article h3{font-size:.23rem;font-weight:normal;}
.article .title { margin: 0 0 .1rem; font-size: 0.2rem; font-weight: 700; line-height: 0.32rem; color: #012959; text-align: center; }
.article .sub { margin: 0 0 .3rem; padding: 0 0 .2rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: center; border-bottom: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0 0 .4rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }
.article .content p { text-indent: 2em; font-size: .2rem !important;line-height: 180% !important;}
.article .content p span{  font-size: .2rem !important;line-height: 180% !important;}
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .25rem auto; }
.article .content table { max-width: 100%; margin: .25rem auto; }
.article .content table p { text-indent: 0; }
.article .content iframe { max-width: 100%; margin: .25rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.27rem; color: #012959; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #000; }
.article .cont-page a:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }

@media screen and (max-width: 1280px) { .container { width: 90%; }
  .nav li a { font-size: .18rem; }
  .nav .lv2 a { font-size: .15rem; }
  .list1 li { padding: .1rem 0; } }
@media screen and (max-width: 992px) { html { font-size: 95px; }
  .header { padding: .12rem 0; }
  .header .container { display: flex; justify-content: space-between; align-items: center; }
  .header .container::after, .header .container::before { display: none; }
  .header .container .logo { float: none; max-width: none; padding: 0 .3rem 0 0; }
  .header .container .logo img { max-height: 50px; }
  .header .container > .fr { float: none; margin: 0; }
  .top-link { display: none; }
  .btn { display: flex; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: calc(50% - 210px); z-index: 200; padding: 10px 15px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .search .input { width: 350px !important; height: 40px; padding: 0 8px !important; line-height: 40px; color: #333; border: 1px solid  #eee !important; border-radius: 0 !important; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 50px; height: 40px; background-image: url(../images/h_icon1_3.png); background-position: 50% 50% !important; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; width: 100%; height: 100%; padding: 1rem 0 30px; background: rgba(0, 0, 0, 0.8); overflow-x: hidden; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li { float: none; width: 100%; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .nav li a { font-size: .18rem; line-height: .55rem; padding: 0 .15rem; text-align: left; color: #fff; background: none !important; }
  .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li .down.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; border: none; background: none; }
  .nav li .lv2 a { color: #fff !important; font-size: .16rem; }
  .nav li:hover .lv2 { display: none; animation: none; }
  .nav.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.nav .lv3 { display: block !important; position: static; width: 100%; padding-left: 25px; background: none; }
.nav .lv2 .down2 { display: none; }
.nav  li .lv3 a { display: inline-block; font-weight: 400; font-size: .14rem; }
  .banner .slick-arrow { opacity: 1; }
  .banner .img { padding: 35% 0 0; }
  .link-list li i { width: .45rem; height: .45rem; }
  .index-main .part1 .pic-list1 { width: 100%; }
  .index-main .part1 .list1 { width: 100%; margin: .25rem 0 0; }
  .index-main .part2 .list2 > li { width: 50%; }
  .ztlj { margin: 0 .3rem; }
  .ztlj-arrow.slick-prev { left: 0; }
  .ztlj-arrow.slick-next { right: 0; }
  .sidebar { width: 100%; margin: .25rem 0 0; }
  .sidebar h1 { position: relative; padding: 0 .2rem; line-height: .55rem; font-size: .24rem; text-align: left; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
  .sidebar .lv2-nav { display: none; }
  .sidebar .lv2-nav a { text-align: left; padding-left: .3rem; }
  .main { width: 100%; max-width: 100%; margin: .25rem 0 .3rem; } }
@media screen and (max-width: 768px) { .container { width: 92%; }
  .link-list > li { width: 50%; margin: 0 0 .2rem; }
  .link-list > li i { margin: .08rem auto .05rem; }
  .QR-code { width: 100%; margin: 0 0 .2rem; text-align: center; }
  .footer .container > .fl { width: 100%; max-width: 100%; }
  .column { text-align: left; }
  .list3 li { padding: .12rem 0; }
  .list3 .title { width: 100%; line-height: .26rem; overflow: visible; text-overflow: clip; white-space: initial; }
  .list3 .date { float: none; margin: 5px 0 0; line-height: .28rem; }
  .position { text-align: center; padding-bottom:.1rem;}
  .position h3 { display: none;}
  .position h3::after { display: block; content: ""; width: .5rem; height: 3px; margin: 0 auto -1px; background: #012959; }
  .place { float: none; display:block; line-height: .3rem; text-align: left; }
  .place .icon { height: .3rem; }

  .article { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 620px) {
.logo1 { max-width: 48%; }
.logo2 { max-width: 52%; } 
} 

@media screen and (max-width: 520px) { .banner .slick-arrow { display: none !important; }
  html { font-size: 90px; }
  .header { padding-top: .47rem; }
  .header .container { flex-wrap: wrap; }
  .header .container > .fr { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 5%; background: #111; }
  .top-link { display: block; }
  .logo { width: 100%; padding: 0 !important; }
  .index-main .part1 { padding: .25rem 0; }
  .link-list { margin: 0 -.1rem; }
  .link-list > li { padding: 0 .1rem; }
  .link-list > li a { font-size: .16rem; }
  .xwdt .column { margin-top: 5px; }
  .pic-list1 li { float: none; width: 100%; margin: 0 0 .2rem !important; }
  .pic-list1 li:last-child { margin-bottom: 0 !important; }
  .pic-list1 .title { height: auto; }
  .pic-list2 .img-scale { width: 100%; }
  .pic-list2 .text { width: 100%; padding: 0; margin: .15rem 0 0; }
  .pic-list2 .title { overflow: visible; text-overflow: clip; white-space: initial; }
  .index-main .part2 .list2 > li { width: 100%; }
  .btn { margin: 3px 0; }
  .btn .search-btn { width: 30px; height: 28px; }
  .btn .nav-btn { width: 30px; height: 28px; padding: 6px 0 0; }
  .btn .nav-btn i { width: 22px; margin: 5px 0 0; }
  .btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 7px) rotate(45deg); -moz-transform: translate(0, 7px) rotate(45deg); -o-transform: translate(0, 7px) rotate(45deg); transform: translate(0, 7px) rotate(45deg); }
  .btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -7px) rotate(-45deg); -moz-transform: translate(0, -7px) rotate(-45deg); -o-transform: translate(0, -7px) rotate(-45deg); transform: translate(0, -7px) rotate(-45deg); } }

/*# sourceMappingURL=style.css.map */

#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 7px 9px; border: 1px solid #aaa; border-radius: 2px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0167af; font-weight: bold; color: #fff; border-color: #0167af;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }